home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / oat / iv / plane.iv < prev    next >
Text File  |  1996-11-11  |  248b  |  22 lines

  1. #Inventor V2.0 ascii
  2. #
  3. #    "$Revision: 1.1 $"
  4. #
  5.  
  6. Separator {
  7.     Coordinate3 {
  8.     point [
  9.            -1 -1 0,
  10.            -1  1 0,
  11.             1  1 0,
  12.             1 -1 0
  13.            ] 
  14.            }
  15.     
  16.     IndexedFaceSet {
  17.     coordIndex [ 0, 1, 2, 3, -1 ]
  18.         }
  19. }
  20.     
  21.         
  22.